.fl {
  float: left;
}

.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

ul {
  list-style: none;
}

/* foot */
.bot-select * {
  box-sizing: border-box;
}

.bot-select .cmz-select {
  position: relative;
  min-height: 26px;
  height: 100%;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  background: #3682A8;
}

.bot-select .cmz-select input {
  display: inline-block;
  outline: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  min-height: 26px;
  background: #006996;
  border: 1px solid #3682A8;
  font-size: 14px;
  color: #ffffff;
  padding: 0 10px;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  position: absolute;
  line-height: 1.8em;
}

.bot-select .cmz-select input:hover {
  border-color: #c0c4cc;
}

.bot-select .cmz-select input:focus {
  border-color: #409eff;
}

.bot-select .cmz-select input::-webkit-input-placeholder {
  color: #ffffff;
}

.bot-select .cmz-select input::-moz-placeholder {
  color: #ffffff;
}

.bot-select .cmz-select input:-ms-input-placeholder {
  color: #ffffff;
}

.bot-select .cmz-select ul {
  display: none;
  color: #ffffff;
  font-size: 14px;
  border: 1px solid #3682A8;
  position: absolute;
  overflow: hidden;
  background-color: #006996;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  max-height: 150px;
  overflow-y: auto;
  z-index: 10001;
  margin-top: 8px;
}

.bot-select .cmz-select ul.listT {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}

.bot-select .cmz-select ul li {
  line-height: 34px;
  overflow: hidden;
  padding: 0 10px;
  cursor: pointer;
}

.bot-select .cmz-select ul li.on {
  background-color: #3682A8;
}

.bot-select .cmz-select ul li.selected {
  color: #409eff;
  font-weight: bold;
}

.bot-select .cmz-select .inputImg {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  /* Opera */
  color: #ffffff;
  cursor: pointer;
  z-index: 999;
}

.bot-select .cmz-select .delImg:hover {
  color: #ffffff;
}

.bot-select .cmz-select .delImg:hover+.cmz-input {
  border-color: #c0c4cc;
}

.bot-select .cmz-select .arrowIcon {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari and Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}

.bot-select .cmz-select .arrowIcon.selected {
  transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  /* IE 9 */
  -moz-transform: translateY(-50%) rotate(-180deg);
  /* Firefox */
  -webkit-transform: translateY(-50%) rotate(-180deg);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%) rotate(-180deg);
  /* Opera */
}

/* zwfw */
/* .zwfw-select {
  width: 200px;
  height: 30px;
} */

.zwfw-select * {
  box-sizing: border-box;
}

.zwfw-select .cmz-select {
  position: relative;
  min-height: 26px;
  height: 100%;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  background: #ffffff;
}

.zwfw-select .cmz-select input {
  display: inline-block;
  outline: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  min-height: 26px;
  background: #ffffff;
  border: 1px solid #ffffff;
  font-size: 14px;
  color: #333333;
  padding: 0 10px;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  position: absolute;
  line-height: 1.8em;
}

.zwfw-select .cmz-select input:hover {
  border-color: #666666;
}

.zwfw-select .cmz-select input:focus {
  border-color: #ffffff;
}

.zwfw-select .cmz-select input::-webkit-input-placeholder {
  color: #1658A0;
}

.zwfw-select .cmz-select input::-moz-placeholder {
  color: #1658A0;
}

.zwfw-select .cmz-select input:-ms-input-placeholder {
  color: #1658A0;
}

.zwfw-select .cmz-select ul {
  display: none;
  color: #ffffff;
  font-size: 14px;
  border: 1px solid #3682A8;
  position: absolute;
  overflow: hidden;
  background-color: #006996;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  max-height: 150px;
  overflow-y: auto;
  z-index: 10001;
  margin-top: 8px;
}

.zwfw-select .cmz-select ul.listT {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}

.zwfw-select .cmz-select ul li {
  line-height: 34px;
  overflow: hidden;
  padding: 0 10px;
  cursor: pointer;
}

.zwfw-select .cmz-select ul li.on {
  background-color: #3682A8;
}

.zwfw-select .cmz-select ul li.selected {
  color: #409eff;
  font-weight: bold;
}

.zwfw-select .cmz-select .inputImg {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  /* Opera */
  color: #1658A0;
  cursor: pointer;
  z-index: 999;
}

.zwfw-select .cmz-select .delImg:hover {
  color: #1658A0;
}

.zwfw-select .cmz-select .delImg:hover+.cmz-input {
  border-color: #1658A0;
}

.zwfw-select .cmz-select .arrowIcon {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari and Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}

.zwfw-select .cmz-select .arrowIcon.selected {
  transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  /* IE 9 */
  -moz-transform: translateY(-50%) rotate(-180deg);
  /* Firefox */
  -webkit-transform: translateY(-50%) rotate(-180deg);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%) rotate(-180deg);
  /* Opera */
}

.hide {
  display: none;
}

.bot-item:hover{
  font-weight: bold;
  cursor: pointer;
}



